.productlistx {
	margin:0;
	padding:0;
	position: relative;
	overflow: hidden;
	width:100%;
}


.blkproductlistx {
	border:0; 
	padding:0; 
	overflow: hidden;
	position: relative;
}

.blkproductlistx .LeftButton {
	background: url(../images/right.jpg) no-repeat 0px 0px;
	left:0px;
	float:left;
	width:56px;
	cursor: pointer;
	position: absolute;
	height:53px;
	top:75px;
}

.blkproductlistx .RightButton {
	background: url(../images/left.jpg) no-repeat 0px 0px;
	right:1px;
	float:right;
	width:56px;
	cursor: pointer;
	position: absolute;
	height:53px;
	top:75px;
}

.blkproductlistx .Cont {
	float:left;
	margin:0px 0px 0px 90px;
	text-align:center;
	overflow: hidden;
}

.blkproductlistx .box {
	float:left;
	text-align:center;
	margin:0;
	padding:0;
	border:0;
}

.box .fang{
	color:#fff;
	padding:0px;
	margin-right:18px;
}


.blkproductlistx .box img {
	border-radius:3px;
}


div.box a.prodtitle{
color:#fffff;
font:14px/28px Microsoft YaHei;
text-decoration: none;
margin-right:18px;
}

div.box a.prodtitle:hover{
color:#FF6;
text-decoration: underline;
font:14px/28px Microsoft YaHei;
margin-right:18px;
}